home *** CD-ROM | disk | FTP | other *** search
- * mailaddh.prg
- * HELP FOR ADD SCREEN
- *
- ERASE
- TEXT
-
-
-
- MAIL LIST ADD RECORD HELP
-
- In ADD RECORD all you will need to do is enter the information.
- At the end of the data entry you will get a prompt saying "IS THE
- ADDRESS OK?" Pressing a "Y" will save the information on the
- disk, or press any key to change any information you have
- entered.
-
- Pressing the F2 key (HELP) will return to this help screen.
-
- Pressing the F3 key (QUIT) will abandon any data on the screen
- and return to the main menu.
-
- Pressing the F7 key (SAVE) will save what is on the screen.
-
- Pressing the F8 key (Erase) will erase the screen.
- ENDTEXT
- ASSIGN BOX(02,05,19,74,42,42,42,42,42,42)
- Y.ANS = ' '
- @ 24,00 SAY 'PRESS ANY KEY TO RETURN TO ADD RECORD ' GET Y.ANS
- READ
- RETURN
-